-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨ Support defects in the SiDB Gate Designer #289
Conversation
SiDB Gate Designer
clang-tidy review says "All clean, LGTM! 👍" |
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #289 +/- ##
==========================================
+ Coverage 95.82% 95.85% +0.02%
==========================================
Files 98 98
Lines 9544 9550 +6
==========================================
+ Hits 9146 9154 +8
+ Misses 398 396 -2
☔ View full report in Codecov by Sentry. |
include/fiction/algorithms/physical_design/design_sidb_gates.hpp
Outdated
Show resolved
Hide resolved
include/fiction/algorithms/simulation/sidb/random_sidb_layout_generator.hpp
Outdated
Show resolved
Hide resolved
include/fiction/algorithms/simulation/sidb/random_sidb_layout_generator.hpp
Outdated
Show resolved
Hide resolved
test/algorithms/simulation/sidb/random_sidb_layout_generator.cpp
Outdated
Show resolved
Hide resolved
test/algorithms/simulation/sidb/random_sidb_layout_generator.cpp
Dismissed
Show dismissed
Hide dismissed
clang-tidy review says "All clean, LGTM! 👍" |
We still need to get the Windows CI up and running again, but besides that, this PR looks good to me. |
clang-tidy review says "All clean, LGTM! 👍" |
clang-tidy review says "All clean, LGTM! 👍" |
clang-tidy review says "All clean, LGTM! 👍" |
SiDB Gate Designer
Description
This PR extends the SiDB Gate Designer to support defects.
Checklist: